CopyDynamicListToStaticResponse.StaticListId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the ID of the created static list.
public:
property Guid StaticListId { Guid get(); };
public Guid StaticListId { get; }
member this.StaticListId : Guid
Public ReadOnly Property StaticListId As Guid
Property Value
The ID of the created static list that corresponds to the
List.ListId
attribute, which is the primary key for the List
entity.