BCSClientArguments Property |
Gets the collection of named properties stored on a local machine for the current user.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCSClientClientArgumentCollection Arguments { get; }
Public ReadOnly Property Arguments As BCSClientClientArgumentCollection
Get
public:
property BCSClientClientArgumentCollection^ Arguments {
BCSClientClientArgumentCollection^ get ();
}
member Arguments : BCSClientClientArgumentCollection with get
Property Value
Type:
BCSClientClientArgumentCollectionRemarks
Values can be used until the vault is closed.
See Also