IPrivateStoreProperties.CollectionId 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 list of associated collection ids
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets list of associated collection ids", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="collectionIds", Update=false)]
public System.Collections.Generic.List<string> CollectionId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="Gets list of associated collection ids", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="collectionIds", Update=false)>]
member this.CollectionId : System.Collections.Generic.List<string>
Public ReadOnly Property CollectionId As List(Of String)
Property Value
- Attributes