Get the profile strategy type.
Read-write property
[Visual Basic .NET] |
---|
Public Property ProfileStrategyType() As String |
[C#] |
---|
public string ProfileStrategyType {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ProfileStrategyType(); |
[Unmanaged C++] |
---|
public: HRESULT get_ProfileStrategyType( BSTR * pVal ); public: HRESULT put_ProfileStrategyType( BSTR newVal ); |
[Java] |
---|
public String getProfileStrategyType(); public void setProfileStrategyType( String ); |