Get-ASOptionProperty
Edition:Powershell cmdlets are enabled with AdminStudio Enterprise Edition.
Use the Get-ASOptionProperty to obtain the property value for the given property name.
Example
Get-ASOptionProperty -OptionType ImportOptions -PropertyName 'ApplyNamingFormat'
Get-ASOptionProperty -OptionType PackageFeedOptions -PropertyName PackageFeedDownloadPath
Parameters
The cmdlet Get-ASOptionProperty has the following parameter:
Parameter |
Description |
|||||||||||||||||||||
OptionType |
Select one of the following option type:
|
|||||||||||||||||||||
PropertyName |
Use to specify the below property names that you want to get the value for ImportOptions:
Use to specify the below property names that you want to get the value for PackageFeedOptions:
Use to specify the below property names that you want to get the value for PowerShellWrapOptions:
|
Return Value
The property value for the given property name is returned
See Also