AppSettingTransferSpecAppSettingId Property |
Gets or sets the app setting ID.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Guid AppSettingId { get; set; }Public Property AppSettingId As Guid
Get
Set
public:
property Guid AppSettingId {
Guid get ();
void set (Guid value);
}member AppSettingId : Guid with get, set
Property Value
Type:
Guid
See Also