CatalogSetId Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the CatalogSetIdColumn column of the CatalogSetsDataSet..::.CatalogSetsDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CatalogSetId As Guid
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSet
Dim value As Guid
value = instance.CatalogSetId
instance.CatalogSetId = value
public Guid CatalogSetId { get; set; }
public:
property Guid CatalogSetId {
Guid get ();
void set (Guid value);
}
public function get CatalogSetId () : Guid
public function set CatalogSetId (value : Guid)
Property Value
Type: System..::.Guid
The value from the CatalogSetIdColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table.
Remarks
DataSet: CatalogSetsDataset Table: CatalogSets Column: CatalogSetId.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogSetsDataSet..::.CatalogSet Class